home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 096 / calrstat.arc / CALRSTAT.DOC next >
Encoding:
Text File  |  1984-03-05  |  2.4 KB  |  54 lines

  1.                       RBBS-PC UTILITY PROGRAMS
  2.                       (c)1984   by READ GILGEN
  3.  
  4. CALRSTAT:
  5.  
  6. CALRSTAT is designed to calculate statistics from the CALLERS file of the
  7. RBBS-PC software.  This might be useful if you want to keep information on
  8. the use of the BBS for a month at a time, for example.
  9.  
  10. The program expects the CALLERS file to be in the default drive.  It does
  11. not change the file, so you need not necessarily back it up or change the
  12. name first.
  13.  
  14. The version provided is compiled (and even then takes a long time to do its
  15. job.)  If you want a copy of the BASIC code, you may call my board and download
  16. it.  Madison IBM-PC User's Group BBS:  EVENINGS & WEEKENDS   (608)262-4939.
  17.  
  18. The program calculates and reports the following:
  19.  
  20.      1. The beginning date and the ending date of the report.
  21.      2. The total on-line time of the various callers.
  22.      3. The number of 1200, 300, and 450 baud callers.
  23.      4. The number calling at NO parity or at EVEN parity.
  24.      5. The number of downloaded files.
  25.      6. The number of different files downloaded.
  26.      7. The number of uploaded files.
  27.      8. The number of aborted transfer attempts.
  28.      9. The number of downloads of each file by filename.
  29.  
  30. I have not included error messages (I deal with those as I go along), log-ons
  31. denied, nor names of callers since that is included in the USERS file.
  32.  
  33. After the program has run, it will report to screen the totals, and give you
  34. the option of printing the summary or both the summary and the individual
  35. file activity.
  36.  
  37.  
  38. CALR-PAK
  39.  
  40. I find that even with the reduced CALLERS file size, it gets very large to
  41. run on floppy disks if you go more than several days.  I use a hard disk and
  42. keep the information for a month at a time and, even operating only evenings
  43. and weekends, the file size may get to 180K or more.
  44.  
  45. This program allows you to read the data from the CALLERS file one record
  46. at a time.  When you have determined the amount you wish to keep, the program
  47. then records that amount to a CALLERS.NEW file.  The old CALLERS file is not
  48. changed, thus avoiding accidental erasures.  
  49.  
  50. This program also eliminates any of those extra blank records that sometimes
  51. creep into the CALLERS file.
  52.  
  53. THESE PROGRAMS ARE PROVIDED "AS IS" AND MAY BE COPIED FREELY SO LONG AS THE
  54. COPYRIGHT NOTICES ARE NOT CHANGED OR BYPASSED.